Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services.utils
/
BaseCrudService
/
_getOne
_
getOne
inline suspend
fun
<
T
:
BaseModel
>
_getOne
(
path
:
String
,
id
:
String
,
expandRelations
:
ExpandRelations
=
ExpandRelations()
,
showFields
:
ShowFields
=
ShowFields()
)
:
T